From: IOhannes m zmölnig Date: Wed, 8 Nov 2017 22:12:13 +0000 (+0100) Subject: Build GPL-3 variant of Projucer X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~156 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=32bd7af3247ed8657294c06b82712cf59848ddb6;p=juce.git Build GPL-3 variant of Projucer --- diff --git a/debian/patches/debian_gpl_variant.patch b/debian/patches/debian_gpl_variant.patch new file mode 100644 index 00000000..b8225a2c --- /dev/null +++ b/debian/patches/debian_gpl_variant.patch @@ -0,0 +1,11 @@ +--- juce.orig/extras/Projucer/JuceLibraryCode/AppConfig.h ++++ juce/extras/Projucer/JuceLibraryCode/AppConfig.h +@@ -32,7 +32,7 @@ + + // BEGIN SECTION A + +-#define JUCER_ENABLE_GPL_MODE 0 ++#define JUCER_ENABLE_GPL_MODE 1 + + // END SECTION A + diff --git a/debian/patches/series b/debian/patches/series index 994a9aa1..e859e56c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ reproducible-date.patch debian_fixed-defines.patch +debian_gpl_variant.patch